home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / frame_51 / PlaceObject2_2881_575 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2011-06-09  |  208 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(this._currentframe == 1 && _root.ttogo._currentframe == 100)
  3.    {
  4.       if(Key.isDown(37) && !Key.isDown(39))
  5.       {
  6.          _root.arena.frog1.play();
  7.       }
  8.    }
  9. }
  10.